# This demonstration script shows an example with a vertical scale.
#
# @(#) vscale.tcl 1.1 95/05/26 15:56:41
set w .vscale
catch {destroy $w}
toplevel $w
wm title $w "Vertical Scale Demonstration"
wm iconname $w "vscale"
positionWindow $w
label $w.msg -font $font -wraplength 3.5i -justify left -text "An arrow and a vertical scale are displayed below. If you click or drag mouse button 1 in the scale, you can change the size of the arrow."
pack $w.msg -side top -padx .5c
frame $w.buttons
pack $w.buttons -side bottom -expand y -fill x -pady 2m